home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000911_interran@uluru.Stanford.EDU_Wed Sep 7 05:17:16 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from uluru.Stanford.EDU by cs.umb.edu with SMTP id AA12683
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 7 Sep 1994 15:17:21 -0400
  3. Received: by uluru.Stanford.EDU (4.1/inc-1.0)
  4.     id AA16328; Wed, 7 Sep 94 12:17:16 PDT
  5. Date: Wed, 7 Sep 94 12:17:16 PDT
  6. From: interran@uluru.Stanford.EDU (John Interrante)
  7. Message-Id: <9409071917.AA16328@uluru.Stanford.EDU>
  8. To: tex-k@cs.umb.edu
  9. In-Reply-To: <9409071337.AA25194@medusa> (psa@hepth.cornell.edu)
  10. Subject: Re: Bug in xdvik-1.8
  11.  
  12. On Wed, 7 Sep 1994 09:37:42 -0400, psa@hepth.cornell.edu said:
  13.  
  14. > There's an error on line 532 of epsf.c. That 0 at the end of the
  15. > parameter list should be (float)0. In my installation (gcc on
  16. > RS6000) this error stopped the epsf stuff working.
  17.  
  18. Hmmm... I'm more used to writing C++ than ANSI C, but shouldn't gcc
  19. have known that 0 at the end of the parameter list really was a
  20. (float)0 since it saw the definition of get_bitmap before it saw the
  21. call on line 532?  If it should have and you're using version 2.6.0,
  22. you should report that as a bug to bug-gcc@prep.ai.mit.edu.
  23.  
  24.         John